home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 15
/
BBS in a box XV-1.iso
/
Files
/
System 7
/
Powerbook
/
The Regulator 1.2.sit
/
The Regulator source
/
bomb.c
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-06-17
|
141 b
|
12 lines
|
[
TEXT/KAHL
]
/*
** Bomb
**
** DebugStr describing what failed
*/
Bomb(err, message)
OSErr err;
Str255 message;
{
if (err != noErr)
DebugStr(message);
}